home *** CD-ROM | disk | FTP | other *** search
- {PROPRINT.PAR}
- {File for IBM Proprinter}
- {emphasized on:}
- %A=27,'E'
- {emphasized off:}
- %B=27,'F'
- {double-strike on:}
- %C=27,'G'
- {double-strike off:}
- %D=27,'H'
- {italics on:}
- %E=27,'4'
- {italics off:}
- %F=27,'5'
- {double wide on:}
- %G=14
- {double wide off:}
- %H=20
- {underline on:}
- %I=27,'-',255
- {underline off:}
- %J=27,'-',0
- {superscript on:}
- %K=27,'S',0
- {subscript on:}
- %L=27,'S',255
- {superscript/subscript off:}
- %M=27,'T'
- {hi-res graphics prefix:}
- %N=27,'L'
- {set line feed:}
- %O=27,'3'
- {unidirection:}
- %P=27,'U',1
- {restore:}
- %Q=27,'U',0,27,'A',12,27,'2'
- {start each line with:}
-
- {ignore:}
- &A=27,'3',255
- {<Esc> '3' N sets line space to N/216}
- {255 matches any value but 0 or 48}
- &B=27,'A',255
- &C=27,'C',0,255
- &D=27,'C',255
- &E=27,'N',255
- &F=27,'O'
- &G=27,'Q',255
- &H=27,'W'
- &I=27,'0'
- &J=27,'1'
- &K=27,'2'
- &L=27,'<'
-
- {true/false:}
- $A=FALSE
- {pin 128 on top}
- $B=FALSE
- {numbers in binary, not ASCII}
- $C=TRUE
- {min linefeed=1/216}
-
- {numbers:}
- #A=2
- {2 bytes allocated for number of graphics bytes}
- #B=1
- {1 byte for length of linefeed length}
-
-